'Declaration
<AsyncStateMachineAttribute(Gibraltar.Server.Client.WebChannel/d__63)> Public Overloads Function DownloadString( _ ByVal relativeUrl As String, _ ByVal timeout As Nullable(Of Integer) _ ) As Task(Of String)
[AsyncStateMachine(Gibraltar.Server.Client.WebChannel/d__63)] public Task<string> DownloadString( string relativeUrl, Nullable<int> timeout )
Parameters
- relativeUrl
- timeout
- Optional. The number of seconds to wait for a response to the request.